home *** CD-ROM | disk | FTP | other *** search
- object PrefForm: TPrefForm
- Left = 260
- Top = 175
- HelpContext = 4
- BorderStyle = bsSingle
- Caption = 'Preferences'
- ClientHeight = 271
- ClientWidth = 311
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object SampleLabel1: TLabel
- Left = 152
- Top = 144
- Width = 22
- Height = 13
- Caption = 'Start'
- Enabled = False
- end
- object SampleLabel2: TLabel
- Left = 224
- Top = 144
- Width = 19
- Height = 13
- Caption = 'End'
- Enabled = False
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 8
- Width = 297
- Height = 105
- Caption = 'MPEG Layer 3 Format : '
- TabOrder = 0
- object Label1: TLabel
- Left = 24
- Top = 56
- Width = 73
- Height = 13
- Caption = 'Output Format :'
- end
- object KbsLabel: TLabel
- Left = 120
- Top = 0
- Width = 3
- Height = 13
- end
- object StereoCheck: TCheckBox
- Left = 120
- Top = 24
- Width = 57
- Height = 17
- Caption = 'Stereo'
- State = cbChecked
- TabOrder = 0
- OnClick = CalculeKb
- end
- object FreqBox: TComboBox
- Left = 8
- Top = 24
- Width = 97
- Height = 21
- Style = csDropDownList
- Ctl3D = True
- DropDownCount = 9
- ItemHeight = 13
- Items.Strings = (
- '48000 Hz'
- '44100 Hz'
- '32000 Hz'
- '24000 Hz'
- '22050 Hz'
- '16000 Hz'
- '12000 Hz'
- '11025 Hz'
- ' 8000 Hz')
- ParentCtl3D = False
- TabOrder = 1
- OnChange = CalculeKb
- end
- object QuickCheck: TCheckBox
- Left = 184
- Top = 24
- Width = 49
- Height = 17
- Caption = 'Quick'
- State = cbChecked
- TabOrder = 2
- end
- object WAVCheck: TCheckBox
- Left = 120
- Top = 56
- Width = 145
- Height = 17
- Caption = 'WAV Mpeg Layer3 Format'
- State = cbChecked
- TabOrder = 3
- end
- object MP3Check: TCheckBox
- Left = 120
- Top = 72
- Width = 97
- Height = 17
- Caption = 'MP3 Format'
- TabOrder = 4
- end
- end
- object DelCheck: TCheckBox
- Left = 8
- Top = 128
- Width = 129
- Height = 17
- Caption = 'Delete after Compress'
- State = cbChecked
- TabOrder = 1
- end
- object OK: TButton
- Left = 8
- Top = 240
- Width = 57
- Height = 25
- Caption = 'OK'
- TabOrder = 2
- OnClick = OKClick
- end
- object DestCheck: TCheckBox
- Left = 8
- Top = 192
- Width = 129
- Height = 17
- Caption = 'Same Destination Dir'
- State = cbChecked
- TabOrder = 3
- OnClick = DestCheckClick
- end
- object DestEdit: TEdit
- Left = 152
- Top = 192
- Width = 153
- Height = 21
- Ctl3D = True
- Enabled = False
- ParentCtl3D = False
- TabOrder = 4
- end
- object SampleCheck: TCheckBox
- Left = 8
- Top = 144
- Width = 105
- Height = 17
- Caption = 'Make Sample too'
- Enabled = False
- TabOrder = 5
- OnClick = SampleCheckClick
- end
- object StartEdit: TEdit
- Left = 184
- Top = 144
- Width = 33
- Height = 21
- Enabled = False
- TabOrder = 6
- Text = '00:10'
- end
- object EndEdit: TEdit
- Left = 248
- Top = 144
- Width = 33
- Height = 21
- Enabled = False
- TabOrder = 7
- Text = '01:00'
- end
- object Cancel: TButton
- Left = 88
- Top = 240
- Width = 57
- Height = 25
- Caption = 'Cancel'
- TabOrder = 8
- OnClick = CancelClick
- end
- object Defaut: TButton
- Left = 216
- Top = 248
- Width = 89
- Height = 17
- Caption = 'Restore Default'
- TabOrder = 9
- OnClick = DefautClick
- end
- end
-